home *** CD-ROM | disk | FTP | other *** search
/ US Department of Defense…ndamentals 1.0 2004 April / US Department of Defense: Firewall & Router Fundamentals 1.0 2004 April.iso / sco / interface / menu.swf / scripts / DefineButton2_55 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2004-04-05  |  181 bĀ   |  8 lines

  1. on(press){
  2.    _root.image.set_parameters(0);
  3.    _root.buttonone._visible = 0;
  4.    _root.slider._visible = 100;
  5.    _root.subtopicsmove(0,-140);
  6.    _root.menu_position = 293;
  7. }
  8.